[INFO] cloning repository https://github.com/yigitcetin/llm_bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yigitcetin/llm_bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyigitcetin%2Fllm_bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyigitcetin%2Fllm_bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 49e88f8670dd90652aa0cd1e80639889192dc268
[INFO] fixing yigitcetin/llm_bot against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyigitcetin%2Fllm_bot" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yigitcetin/llm_bot
[INFO] finished tweaking git repo https://github.com/yigitcetin/llm_bot
[INFO] tweaked toml for git repo https://github.com/yigitcetin/llm_bot written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yigitcetin/llm_bot on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yigitcetin/llm_bot already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6452e8c9ef88f2ffa4f7cc6e9910362b5bb470628cafcd5ad76c573fb3026fd0
[INFO] running `Command { std: "docker" "start" "6452e8c9ef88f2ffa4f7cc6e9910362b5bb470628cafcd5ad76c573fb3026fd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6452e8c9ef88f2ffa4f7cc6e9910362b5bb470628cafcd5ad76c573fb3026fd0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6452e8c9ef88f2ffa4f7cc6e9910362b5bb470628cafcd5ad76c573fb3026fd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6452e8c9ef88f2ffa4f7cc6e9910362b5bb470628cafcd5ad76c573fb3026fd0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling unicode-segmentation v1.13.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking keccak v0.1.6
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking futures-utils-wasm v0.1.0
[INFO] [stderr]     Checking iri-string v0.7.11
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]    Compiling rust_decimal v1.42.0
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking const-hex v1.18.1
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking serde_ignored v0.1.14
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]    Compiling ruint v1.17.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking dotenvy v0.15.7
[INFO] [stderr]    Compiling aws-lc-sys v0.39.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking lru v0.16.3
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking k256 v0.13.4
[INFO] [stderr]     Checking serde_html_form v0.4.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]    Compiling syn-solidity v1.5.7
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling alloy-rlp-derive v0.3.13
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]    Compiling rust_decimal_macros v1.40.0
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.18.0
[INFO] [stderr]     Checking opentelemetry v0.27.1
[INFO] [stderr]    Compiling bon-macros v3.9.1
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling alloy-sol-type-parser v1.5.7
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking alloy-rlp v0.3.13
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling alloy-primitives v1.5.7
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking serde_with v3.18.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking nybbles v0.4.8
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]    Compiling alloy-json-abi v1.5.7
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking bon v3.9.1
[INFO] [stderr]     Checking alloy-serde v1.7.3
[INFO] [stderr]     Checking alloy-eip2930 v0.2.3
[INFO] [stderr]     Checking alloy-eip2124 v0.2.0
[INFO] [stderr]     Checking alloy-eip7702 v0.6.3
[INFO] [stderr]     Checking alloy-eip7928 v0.3.3
[INFO] [stderr]     Checking alloy-trie v0.9.5
[INFO] [stderr]     Checking alloy-signer v1.7.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling alloy-tx-macros v1.7.3
[INFO] [stderr]     Checking alloy-chains v0.2.33
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]    Compiling alloy-sol-macro-input v1.5.7
[INFO] [stderr]    Compiling alloy-sol-macro-expander v1.5.7
[INFO] [stderr]     Checking alloy-eips v1.7.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking alloy-consensus v1.7.3
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking opentelemetry_sdk v0.27.1
[INFO] [stderr]     Checking tokio-test v0.4.5
[INFO] [stderr]    Compiling alloy-sol-macro v1.5.7
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking alloy-sol-types v1.5.7
[INFO] [stderr]     Checking alloy-network-primitives v1.7.3
[INFO] [stderr]     Checking alloy-consensus-any v1.7.3
[INFO] [stderr]     Checking tracing-opentelemetry v0.28.0
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]     Checking alloy-json-rpc v1.7.3
[INFO] [stderr]     Checking alloy-rpc-types-eth v1.7.3
[INFO] [stderr]     Checking alloy-dyn-abi v1.5.7
[INFO] [stderr]     Checking alloy-core v1.5.7
[INFO] [stderr]     Checking alloy-transport v1.7.3
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking alloy-rpc-types-any v1.7.3
[INFO] [stderr]     Checking alloy-rpc-types v1.7.3
[INFO] [stderr]     Checking alloy-network v1.7.3
[INFO] [stderr]     Checking alloy-signer-local v1.7.3
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking tungstenite v0.29.0
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking tokio-tungstenite v0.29.0
[INFO] [stderr]     Checking alloy-transport-http v1.7.3
[INFO] [stderr]     Checking alloy-rpc-client v1.7.3
[INFO] [stderr]     Checking alloy-provider v1.7.3
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stderr]     Checking opentelemetry-proto v0.27.0
[INFO] [stderr]     Checking alloy-contract v1.7.3
[INFO] [stderr]     Checking opentelemetry-otlp v0.27.0
[INFO] [stderr]     Checking alloy v1.7.3
[INFO] [stderr]     Checking polymarket_client_sdk_v2 v0.5.1
[INFO] [stderr]     Checking polymarket-llm-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/inactivity_diagnostics.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/resolution_checker.rs:71:19
[INFO] [stdout]     |
[INFO] [stdout]  71 |               match self.fetch_market_result(&pos.condition_id).await {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                     |                                           |
[INFO] [stdout]     |                     |                                           this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                     |                                           up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                     |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     |                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                     up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                     `__awaitee` calls a custom destructor
[INFO] [stdout]     |                     `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  77 |                       match logger.update_trade_resolution(
[INFO] [stdout]     |  ___________________________-
[INFO] [stdout]  78 | |                         &pos.condition_id,
[INFO] [stdout]  79 | |                         &pos.order_id,
[INFO] [stdout]  80 | |                         yes_won,
[INFO] [stdout]  81 | |                         pnl,
[INFO] [stdout]  82 | |                     ) {
[INFO] [stdout]     | |                     -
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |_____________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                       `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |                           Err(e) => {
[INFO] [stdout]     |                               -
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               `e` calls a custom destructor
[INFO] [stdout]     |                               `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 121 |                   Err(e) => {
[INFO] [stdout]     |                       -
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 129 |           }
[INFO] [stdout]     |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/resolution_checker.rs:179:19
[INFO] [stdout]     |
[INFO] [stdout] 179 |             match self.fetch_market_result(&trade.condition_id).await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                                             |
[INFO] [stdout]     |                   |                                             this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |                                             up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                                             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 208 |                         Err(e) => {
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `e` calls a custom destructor
[INFO] [stdout]     |                             `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 250 |                 Err(e) => {
[INFO] [stdout]     |                     -
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 258 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/resolution_checker.rs:303:19
[INFO] [stdout]     |
[INFO] [stdout] 303 |             match self.fetch_market_result(&trade.condition_id).await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                                             |
[INFO] [stdout]     |                   |                                             this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |                                             up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                                             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 329 |                         Err(e) => {
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `e` calls a custom destructor
[INFO] [stdout]     |                             `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 356 |                 Err(e) => {
[INFO] [stdout]     |                     -
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 364 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/spot_price.rs:185:19
[INFO] [stdout]      |
[INFO] [stdout]  182 |                 tokio::time::sleep(std::time::Duration::from_millis(backoff_ms)).await;
[INFO] [stdout]      |                 ----------------------------------------------------------------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 `__awaitee` calls a custom destructor
[INFO] [stdout]      |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  185 |             match self.try_fetch_candles(url, symbol).await {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                   |                                   |
[INFO] [stdout]      |                   |                                   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                   |                                   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                   |                                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                   |                                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                   up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  190 |                 Err(e) if Self::is_retryable(&e) && attempt < DEFAULT_MAX_RETRIES - 1 => {
[INFO] [stdout]      |                     -
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     `e` calls a custom destructor
[INFO] [stdout]      |                     `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  206 |         }
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/trading_loop.rs:667:49
[INFO] [stdout]      |
[INFO] [stdout]  444 |       for (market, st, cal_version, primary_res, htf_res_opt, mtf_res_opt) in candle_batches {
[INFO] [stdout]      |                                     -----------  -----------  -----------     --------------
[INFO] [stdout]      |                                     |            |            |               |
[INFO] [stdout]      |                                     |            |            |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                     |            |            |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                     |            |            `mtf_res_opt` calls a custom destructor
[INFO] [stdout]      |                                     |            |            `mtf_res_opt` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                     |            `htf_res_opt` calls a custom destructor
[INFO] [stdout]      |                                     |            `htf_res_opt` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                     `primary_res` calls a custom destructor
[INFO] [stdout]      |                                     `primary_res` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  450 |               Err(e) => {
[INFO] [stdout]      |                   -
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   `e` calls a custom destructor
[INFO] [stdout]      |                   `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  486 |           let signal_arc = match indicator_cache.get_or_compute(
[INFO] [stdout]      |  ________________________________-
[INFO] [stdout]  487 | |             &market.asset,
[INFO] [stdout]  488 | |             &st.candle_interval,
[INFO] [stdout]  489 | |             &candles,
[INFO] [stdout]  490 | |             &signal_config,
[INFO] [stdout]  491 | |         ) {
[INFO] [stdout]      | |         -
[INFO] [stdout]      | |         |
[INFO] [stdout]      | |_________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  492 |               Ok(s) => s,
[INFO] [stdout]  493 |               Err(e) => {
[INFO] [stdout]      |                   -
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                   `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  667 |                       if let Ok(mtf_signal_arc) = indicator_cache.get_or_compute(
[INFO] [stdout]      |  _________________________________________________^
[INFO] [stdout]      | |_________________________________________________|
[INFO] [stdout]  668 | |                         &market.asset, &st.multi_tf_interval, &mtf_candles, &signal_config,
[INFO] [stdout]  669 | |                     ) {
[INFO] [stdout]      | |                     ^
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                       up until Edition 2021 `#10` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  680 | |                 }
[INFO] [stdout]      | |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  724 | |                 Some(Err(e)) => {
[INFO] [stdout]      | |                          -
[INFO] [stdout]      | |                          |
[INFO] [stdout]      | |                          this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      | |                          `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 1362 |           let book = executor
[INFO] [stdout]      |  ____________________-
[INFO] [stdout]      | |____________________|
[INFO] [stdout] 1363 | |             .fetch_book_telemetry(
[INFO] [stdout] 1364 | |                 token_id,
[INFO] [stdout] 1365 | |                 trade.token_price,
[INFO] [stdout] ...    |
[INFO] [stdout] 1369 | |             .await;
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________`__awaitee` calls a custom destructor
[INFO] [stdout]      |                    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 1370 |
[INFO] [stdout] 1371 |           match executor
[INFO] [stdout]      |  _______________-
[INFO] [stdout]      | |_______________|
[INFO] [stdout] 1372 | |             .place_order(
[INFO] [stdout] 1373 | |                 &market,
[INFO] [stdout] 1374 | |                 &trade,
[INFO] [stdout] ...    |
[INFO] [stdout] 1379 | |             .await
[INFO] [stdout]      | |              -----
[INFO] [stdout]      | |______________|___|
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                |   `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1499 | |                     let _ = logger.log_trade(&record);
[INFO] [stdout]      | |                             -------------------------
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                             `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 1541 | |             Err(e) => {
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 1566 | |                 let _ = logger.log_order_failure(&failure);
[INFO] [stdout]      | |                         ----------------------------------
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `primary_res` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `htf_res_opt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `mtf_res_opt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/resolution_checker.rs:71:19
[INFO] [stdout]     |
[INFO] [stdout]  71 |               match self.fetch_market_result(&pos.condition_id).await {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                     |                                           |
[INFO] [stdout]     |                     |                                           this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                     |                                           up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                     |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     |                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                     up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                     `__awaitee` calls a custom destructor
[INFO] [stdout]     |                     `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  77 |                       match logger.update_trade_resolution(
[INFO] [stdout]     |  ___________________________-
[INFO] [stdout]  78 | |                         &pos.condition_id,
[INFO] [stdout]  79 | |                         &pos.order_id,
[INFO] [stdout]  80 | |                         yes_won,
[INFO] [stdout]  81 | |                         pnl,
[INFO] [stdout]  82 | |                     ) {
[INFO] [stdout]     | |                     -
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |_____________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                       `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |                           Err(e) => {
[INFO] [stdout]     |                               -
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               `e` calls a custom destructor
[INFO] [stdout]     |                               `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 121 |                   Err(e) => {
[INFO] [stdout]     |                       -
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 129 |           }
[INFO] [stdout]     |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/resolution_checker.rs:179:19
[INFO] [stdout]     |
[INFO] [stdout] 179 |             match self.fetch_market_result(&trade.condition_id).await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                                             |
[INFO] [stdout]     |                   |                                             this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |                                             up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                                             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 208 |                         Err(e) => {
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `e` calls a custom destructor
[INFO] [stdout]     |                             `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 250 |                 Err(e) => {
[INFO] [stdout]     |                     -
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 258 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/resolution_checker.rs:303:19
[INFO] [stdout]     |
[INFO] [stdout] 303 |             match self.fetch_market_result(&trade.condition_id).await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                                             |
[INFO] [stdout]     |                   |                                             this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |                                             up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                                             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 329 |                         Err(e) => {
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `e` calls a custom destructor
[INFO] [stdout]     |                             `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 356 |                 Err(e) => {
[INFO] [stdout]     |                     -
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 364 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/spot_price.rs:185:19
[INFO] [stdout]      |
[INFO] [stdout]  182 |                 tokio::time::sleep(std::time::Duration::from_millis(backoff_ms)).await;
[INFO] [stdout]      |                 ----------------------------------------------------------------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 `__awaitee` calls a custom destructor
[INFO] [stdout]      |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  185 |             match self.try_fetch_candles(url, symbol).await {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                   |                                   |
[INFO] [stdout]      |                   |                                   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                   |                                   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                   |                                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                   |                                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                   up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  190 |                 Err(e) if Self::is_retryable(&e) && attempt < DEFAULT_MAX_RETRIES - 1 => {
[INFO] [stdout]      |                     -
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     `e` calls a custom destructor
[INFO] [stdout]      |                     `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  206 |         }
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/trading_loop.rs:667:49
[INFO] [stdout]      |
[INFO] [stdout]  444 |       for (market, st, cal_version, primary_res, htf_res_opt, mtf_res_opt) in candle_batches {
[INFO] [stdout]      |                                     -----------  -----------  -----------     --------------
[INFO] [stdout]      |                                     |            |            |               |
[INFO] [stdout]      |                                     |            |            |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                     |            |            |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                     |            |            `mtf_res_opt` calls a custom destructor
[INFO] [stdout]      |                                     |            |            `mtf_res_opt` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                     |            `htf_res_opt` calls a custom destructor
[INFO] [stdout]      |                                     |            `htf_res_opt` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                     `primary_res` calls a custom destructor
[INFO] [stdout]      |                                     `primary_res` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  450 |               Err(e) => {
[INFO] [stdout]      |                   -
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   `e` calls a custom destructor
[INFO] [stdout]      |                   `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  486 |           let signal_arc = match indicator_cache.get_or_compute(
[INFO] [stdout]      |  ________________________________-
[INFO] [stdout]  487 | |             &market.asset,
[INFO] [stdout]  488 | |             &st.candle_interval,
[INFO] [stdout]  489 | |             &candles,
[INFO] [stdout]  490 | |             &signal_config,
[INFO] [stdout]  491 | |         ) {
[INFO] [stdout]      | |         -
[INFO] [stdout]      | |         |
[INFO] [stdout]      | |_________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  492 |               Ok(s) => s,
[INFO] [stdout]  493 |               Err(e) => {
[INFO] [stdout]      |                   -
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                   `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  667 |                       if let Ok(mtf_signal_arc) = indicator_cache.get_or_compute(
[INFO] [stdout]      |  _________________________________________________^
[INFO] [stdout]      | |_________________________________________________|
[INFO] [stdout]  668 | |                         &market.asset, &st.multi_tf_interval, &mtf_candles, &signal_config,
[INFO] [stdout]  669 | |                     ) {
[INFO] [stdout]      | |                     ^
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                       up until Edition 2021 `#10` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  680 | |                 }
[INFO] [stdout]      | |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  724 | |                 Some(Err(e)) => {
[INFO] [stdout]      | |                          -
[INFO] [stdout]      | |                          |
[INFO] [stdout]      | |                          this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      | |                          `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 1362 |           let book = executor
[INFO] [stdout]      |  ____________________-
[INFO] [stdout]      | |____________________|
[INFO] [stdout] 1363 | |             .fetch_book_telemetry(
[INFO] [stdout] 1364 | |                 token_id,
[INFO] [stdout] 1365 | |                 trade.token_price,
[INFO] [stdout] ...    |
[INFO] [stdout] 1369 | |             .await;
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________`__awaitee` calls a custom destructor
[INFO] [stdout]      |                    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 1370 |
[INFO] [stdout] 1371 |           match executor
[INFO] [stdout]      |  _______________-
[INFO] [stdout]      | |_______________|
[INFO] [stdout] 1372 | |             .place_order(
[INFO] [stdout] 1373 | |                 &market,
[INFO] [stdout] 1374 | |                 &trade,
[INFO] [stdout] ...    |
[INFO] [stdout] 1379 | |             .await
[INFO] [stdout]      | |              -----
[INFO] [stdout]      | |______________|___|
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                |   `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1499 | |                     let _ = logger.log_trade(&record);
[INFO] [stdout]      | |                             -------------------------
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                             `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 1541 | |             Err(e) => {
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 1566 | |                 let _ = logger.log_order_failure(&failure);
[INFO] [stdout]      | |                         ----------------------------------
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `primary_res` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `htf_res_opt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `mtf_res_opt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/bin/stats.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/bin/backtest.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:192:19
[INFO] [stdout]      |
[INFO] [stdout]  140 |           if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                      -    --------------------------------------------------------------------
[INFO] [stdout]      |                      |    |
[INFO] [stdout]      |                      |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                      |    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      `e` calls a custom destructor
[INFO] [stdout]      |                      `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  158 |           let cycle_result = run_cycle(
[INFO] [stdout]      |               ------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               `cycle_result` calls a custom destructor
[INFO] [stdout]      |               `cycle_result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  170 |           .await;
[INFO] [stdout]      |            -----
[INFO] [stdout]      |            |
[INFO] [stdout]      |            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  192 |               match inactivity_diagnostics::generate_report(
[INFO] [stdout]      |  ___________________^
[INFO] [stdout]  193 | |                 &data_run_dir,
[INFO] [stdout]  194 | |                 risk.available_balance(),
[INFO] [stdout]  195 | |                 &base_strategies,
[INFO] [stdout]  196 | |                 &cfg.strategy_version,
[INFO] [stdout]  197 | |             ) {
[INFO] [stdout]      | |             ^
[INFO] [stdout]      | |             |
[INFO] [stdout]      | |_____________this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      |               up until Edition 2021 `#31` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  203 |                   Err(e) => tracing::error!(error = %e, "failed to generate diagnostic report"),
[INFO] [stdout]      |                       -
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  204 |               }
[INFO] [stdout]  205 |           }
[INFO] [stdout]      |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  218 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____-
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                        `#5` will be dropped later as of Edition 2024
[INFO] [stdout]  219 | |                 .poll_and_reconcile(
[INFO] [stdout]  220 | |                     &executor,
[INFO] [stdout]  221 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  226 | |                 .await
[INFO] [stdout]      | |                  -----
[INFO] [stdout]      | |__________________|___|
[INFO] [stdout]      | |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                    |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 | |             tokio::time::sleep(std::time::Duration::from_secs(cfg.poll_min_order_age_secs)).await;
[INFO] [stdout]      | |             -------------------------------------------------------------------------------------
[INFO] [stdout]      | |             |
[INFO] [stdout]      | |             this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |             `#6` will be dropped later as of Edition 2024
[INFO] [stdout]  236 | |             if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      | |                        -    --------------------------------------------------------------------
[INFO] [stdout]      | |                        |    |
[INFO] [stdout]      | |                        |    this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                        |    `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                        `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  239 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____-
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                        `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  240 | |                 .poll_and_reconcile(
[INFO] [stdout]  241 | |                     &executor,
[INFO] [stdout]  242 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  247 | |                 .await
[INFO] [stdout]      | |                  -----
[INFO] [stdout]      | |__________________|___|
[INFO] [stdout]      | |__________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                    `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  253 | |         tokio::time::sleep(std::time::Duration::from_secs(cfg.cycle_secs)).await;
[INFO] [stdout]      | |         ------------------------------------------------------------------------
[INFO] [stdout]      | |         |
[INFO] [stdout]      | |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]  254 | |
[INFO] [stdout]  255 | |         if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      | |                    -    --------------------------------------------------------------------
[INFO] [stdout]      | |                    |    |
[INFO] [stdout]      | |                    |    this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                    |    `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                    `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  259 |           if let Err(e) = order_tracker
[INFO] [stdout]      |  ____________________-____-
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      | |                    |
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                    `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  260 | |             .poll_and_reconcile(
[INFO] [stdout]  261 | |                 &executor,
[INFO] [stdout]  262 | |                 &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  267 | |             .await
[INFO] [stdout]      | |              -----
[INFO] [stdout]      | |______________|___|
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |______________|___`#15` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                |   `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  273 | /         resolver
[INFO] [stdout]  274 | |             .check_and_resolve(&open, &mut risk, &logger)
[INFO] [stdout]  275 | |             .await?;
[INFO] [stdout]      | |              ------
[INFO] [stdout]      | |______________|___||
[INFO] [stdout]      | |______________|___|this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |______________|___|`#19` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                |   `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                `#21` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  279 | |         match resolver.resolve_unresolved_trades(&mut risk, &logger).await {
[INFO] [stdout]      | |               ------------------------------------------------------------
[INFO] [stdout]      | |               |                                                      |
[INFO] [stdout]      | |               |                                                      this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |               |                                                      `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |               `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |               `#23` will be dropped later as of Edition 2024
[INFO] [stdout]  280 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved trades from trades.jsonl"),
[INFO] [stdout]  281 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                 `#25` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  285 | |         match resolver.resolve_unresolved_shadow_trades(&logger).await {
[INFO] [stdout]      | |               --------------------------------------------------------
[INFO] [stdout]      | |               |                                                  |
[INFO] [stdout]      | |               |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |               |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |               `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |               `#27` will be dropped later as of Edition 2024
[INFO] [stdout]  286 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved shadow trades from shadow_trades.jsonl"),
[INFO] [stdout]  287 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_shadow_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                 `#29` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  305 | |                 if let Err(e) = shadow_calibrator.persist_state() {
[INFO] [stdout]      | |                            -
[INFO] [stdout]      | |                            |
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                            `#30` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cycle_result` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:218:29
[INFO] [stdout]      |
[INFO] [stdout]  140 |           if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                      -    --------------------------------------------------------------------
[INFO] [stdout]      |                      |    |
[INFO] [stdout]      |                      |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                      |    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      `e` calls a custom destructor
[INFO] [stdout]      |                      `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  158 |           let cycle_result = run_cycle(
[INFO] [stdout]      |               ------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               `cycle_result` calls a custom destructor
[INFO] [stdout]      |               `cycle_result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  170 |           .await;
[INFO] [stdout]      |            -----
[INFO] [stdout]      |            |
[INFO] [stdout]      |            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  203 |                   Err(e) => tracing::error!(error = %e, "failed to generate diagnostic report"),
[INFO] [stdout]      |                       -
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  218 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____^
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                        `#5` will be dropped later as of Edition 2024
[INFO] [stdout]  219 | |                 .poll_and_reconcile(
[INFO] [stdout]  220 | |                     &executor,
[INFO] [stdout]  221 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  226 | |                 .await
[INFO] [stdout]      | |                  ----^
[INFO] [stdout]      | |                  |   |
[INFO] [stdout]      | |                  |   this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                  |   up until Edition 2021 `#31` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                    |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                    up until Edition 2021 `#32` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  230 |           }
[INFO] [stdout]      |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  235 |               tokio::time::sleep(std::time::Duration::from_secs(cfg.poll_min_order_age_secs)).await;
[INFO] [stdout]      |               -------------------------------------------------------------------------------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |               `#6` will be dropped later as of Edition 2024
[INFO] [stdout]  236 |               if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                          -    --------------------------------------------------------------------
[INFO] [stdout]      |                          |    |
[INFO] [stdout]      |                          |    this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                          |    `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                          this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                          `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  239 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____-
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                        `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  240 | |                 .poll_and_reconcile(
[INFO] [stdout]  241 | |                     &executor,
[INFO] [stdout]  242 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  247 | |                 .await
[INFO] [stdout]      | |                  -----
[INFO] [stdout]      | |__________________|___|
[INFO] [stdout]      | |__________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                    `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  253 | |         tokio::time::sleep(std::time::Duration::from_secs(cfg.cycle_secs)).await;
[INFO] [stdout]      | |         ------------------------------------------------------------------------
[INFO] [stdout]      | |         |
[INFO] [stdout]      | |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]  254 | |
[INFO] [stdout]  255 | |         if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      | |                    -    --------------------------------------------------------------------
[INFO] [stdout]      | |                    |    |
[INFO] [stdout]      | |                    |    this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                    |    `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                    `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  259 |           if let Err(e) = order_tracker
[INFO] [stdout]      |  ____________________-____-
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      | |                    |
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                    `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  260 | |             .poll_and_reconcile(
[INFO] [stdout]  261 | |                 &executor,
[INFO] [stdout]  262 | |                 &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  267 | |             .await
[INFO] [stdout]      | |              -----
[INFO] [stdout]      | |______________|___|
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |______________|___`#15` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                |   `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  273 | /         resolver
[INFO] [stdout]  274 | |             .check_and_resolve(&open, &mut risk, &logger)
[INFO] [stdout]  275 | |             .await?;
[INFO] [stdout]      | |              ------
[INFO] [stdout]      | |______________|___||
[INFO] [stdout]      | |______________|___|this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |______________|___|`#19` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                |   `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                `#21` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  279 | |         match resolver.resolve_unresolved_trades(&mut risk, &logger).await {
[INFO] [stdout]      | |               ------------------------------------------------------------
[INFO] [stdout]      | |               |                                                      |
[INFO] [stdout]      | |               |                                                      this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |               |                                                      `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |               `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |               `#23` will be dropped later as of Edition 2024
[INFO] [stdout]  280 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved trades from trades.jsonl"),
[INFO] [stdout]  281 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                 `#25` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  285 | |         match resolver.resolve_unresolved_shadow_trades(&logger).await {
[INFO] [stdout]      | |               --------------------------------------------------------
[INFO] [stdout]      | |               |                                                  |
[INFO] [stdout]      | |               |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |               |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |               `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |               `#27` will be dropped later as of Edition 2024
[INFO] [stdout]  286 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved shadow trades from shadow_trades.jsonl"),
[INFO] [stdout]  287 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_shadow_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                 `#29` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  305 | |                 if let Err(e) = shadow_calibrator.persist_state() {
[INFO] [stdout]      | |                            -
[INFO] [stdout]      | |                            |
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                            `#30` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cycle_result` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:239:29
[INFO] [stdout]      |
[INFO] [stdout]  140 |           if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                      -    --------------------------------------------------------------------
[INFO] [stdout]      |                      |    |
[INFO] [stdout]      |                      |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                      |    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      `e` calls a custom destructor
[INFO] [stdout]      |                      `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  158 |           let cycle_result = run_cycle(
[INFO] [stdout]      |               ------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               `cycle_result` calls a custom destructor
[INFO] [stdout]      |               `cycle_result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  170 |           .await;
[INFO] [stdout]      |            -----
[INFO] [stdout]      |            |
[INFO] [stdout]      |            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  203 |                   Err(e) => tracing::error!(error = %e, "failed to generate diagnostic report"),
[INFO] [stdout]      |                       -
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  218 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____-
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                        `#5` will be dropped later as of Edition 2024
[INFO] [stdout]  219 | |                 .poll_and_reconcile(
[INFO] [stdout]  220 | |                     &executor,
[INFO] [stdout]  221 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  226 | |                 .await
[INFO] [stdout]      | |                  -----
[INFO] [stdout]      | |                  |   |
[INFO] [stdout]      | |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                    |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |               tokio::time::sleep(std::time::Duration::from_secs(cfg.poll_min_order_age_secs)).await;
[INFO] [stdout]      |               -------------------------------------------------------------------------------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |               `#6` will be dropped later as of Edition 2024
[INFO] [stdout]  236 |               if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                          -    --------------------------------------------------------------------
[INFO] [stdout]      |                          |    |
[INFO] [stdout]      |                          |    this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                          |    `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                          this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                          `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  239 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____^
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                        `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  240 | |                 .poll_and_reconcile(
[INFO] [stdout]  241 | |                     &executor,
[INFO] [stdout]  242 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  247 | |                 .await
[INFO] [stdout]      | |                  ----^
[INFO] [stdout]      | |__________________|___|
[INFO] [stdout]      | |__________________|___this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |__________________|___up until Edition 2021 `#31` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |__________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                    up until Edition 2021 `#32` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                    `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 | |         }
[INFO] [stdout]      | |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  252 | |
[INFO] [stdout]  253 | |         tokio::time::sleep(std::time::Duration::from_secs(cfg.cycle_secs)).await;
[INFO] [stdout]      | |         ------------------------------------------------------------------------
[INFO] [stdout]      | |         |
[INFO] [stdout]      | |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]  254 | |
[INFO] [stdout]  255 | |         if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      | |                    -    --------------------------------------------------------------------
[INFO] [stdout]      | |                    |    |
[INFO] [stdout]      | |                    |    this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                    |    `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                    `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  259 |           if let Err(e) = order_tracker
[INFO] [stdout]      |  ____________________-____-
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      | |                    |
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                    `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  260 | |             .poll_and_reconcile(
[INFO] [stdout]  261 | |                 &executor,
[INFO] [stdout]  262 | |                 &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  267 | |             .await
[INFO] [stdout]      | |              -----
[INFO] [stdout]      | |______________|___|
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |______________|___`#15` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                |   `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  273 | /         resolver
[INFO] [stdout]  274 | |             .check_and_resolve(&open, &mut risk, &logger)
[INFO] [stdout]  275 | |             .await?;
[INFO] [stdout]      | |              ------
[INFO] [stdout]      | |______________|___||
[INFO] [stdout]      | |______________|___|this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |______________|___|`#19` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                |   `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                `#21` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  279 | |         match resolver.resolve_unresolved_trades(&mut risk, &logger).await {
[INFO] [stdout]      | |               ------------------------------------------------------------
[INFO] [stdout]      | |               |                                                      |
[INFO] [stdout]      | |               |                                                      this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |               |                                                      `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |               `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |               `#23` will be dropped later as of Edition 2024
[INFO] [stdout]  280 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved trades from trades.jsonl"),
[INFO] [stdout]  281 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                 `#25` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  285 | |         match resolver.resolve_unresolved_shadow_trades(&logger).await {
[INFO] [stdout]      | |               --------------------------------------------------------
[INFO] [stdout]      | |               |                                                  |
[INFO] [stdout]      | |               |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |               |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |               `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |               `#27` will be dropped later as of Edition 2024
[INFO] [stdout]  286 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved shadow trades from shadow_trades.jsonl"),
[INFO] [stdout]  287 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_shadow_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                 `#29` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  305 | |                 if let Err(e) = shadow_calibrator.persist_state() {
[INFO] [stdout]      | |                            -
[INFO] [stdout]      | |                            |
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                            `#30` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cycle_result` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:305:33
[INFO] [stdout]      |
[INFO] [stdout]  140 |           if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                      -    --------------------------------------------------------------------
[INFO] [stdout]      |                      |    |
[INFO] [stdout]      |                      |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                      |    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      `e` calls a custom destructor
[INFO] [stdout]      |                      `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  158 |           let cycle_result = run_cycle(
[INFO] [stdout]      |               ------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               `cycle_result` calls a custom destructor
[INFO] [stdout]      |               `cycle_result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  170 |           .await;
[INFO] [stdout]      |            -----
[INFO] [stdout]      |            |
[INFO] [stdout]      |            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  203 |                   Err(e) => tracing::error!(error = %e, "failed to generate diagnostic report"),
[INFO] [stdout]      |                       -
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  218 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____-
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                        `#5` will be dropped later as of Edition 2024
[INFO] [stdout]  219 | |                 .poll_and_reconcile(
[INFO] [stdout]  220 | |                     &executor,
[INFO] [stdout]  221 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  226 | |                 .await
[INFO] [stdout]      | |                  -----
[INFO] [stdout]      | |                  |   |
[INFO] [stdout]      | |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                    |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |               tokio::time::sleep(std::time::Duration::from_secs(cfg.poll_min_order_age_secs)).await;
[INFO] [stdout]      |               -------------------------------------------------------------------------------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |               `#6` will be dropped later as of Edition 2024
[INFO] [stdout]  236 |               if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                          -    --------------------------------------------------------------------
[INFO] [stdout]      |                          |    |
[INFO] [stdout]      |                          |    this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                          |    `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                          this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                          `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  239 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____-
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                        `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  240 | |                 .poll_and_reconcile(
[INFO] [stdout]  241 | |                     &executor,
[INFO] [stdout]  242 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  247 | |                 .await
[INFO] [stdout]      | |                  -----
[INFO] [stdout]      | |__________________|___|
[INFO] [stdout]      | |__________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                    `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  253 | |         tokio::time::sleep(std::time::Duration::from_secs(cfg.cycle_secs)).await;
[INFO] [stdout]      | |         ------------------------------------------------------------------------
[INFO] [stdout]      | |         |
[INFO] [stdout]      | |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]  254 | |
[INFO] [stdout]  255 | |         if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      | |                    -    --------------------------------------------------------------------
[INFO] [stdout]      | |                    |    |
[INFO] [stdout]      | |                    |    this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                    |    `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                    `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  259 |           if let Err(e) = order_tracker
[INFO] [stdout]      |  ____________________-____-
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      | |                    |
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                    `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  260 | |             .poll_and_reconcile(
[INFO] [stdout]  261 | |                 &executor,
[INFO] [stdout]  262 | |                 &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  267 | |             .await
[INFO] [stdout]      | |              -----
[INFO] [stdout]      | |______________|___|
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |______________|___`#15` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                |   `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  273 | /         resolver
[INFO] [stdout]  274 | |             .check_and_resolve(&open, &mut risk, &logger)
[INFO] [stdout]  275 | |             .await?;
[INFO] [stdout]      | |              ------
[INFO] [stdout]      | |______________|___||
[INFO] [stdout]      | |______________|___|this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |______________|___|`#19` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                |   `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                `#21` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  279 | |         match resolver.resolve_unresolved_trades(&mut risk, &logger).await {
[INFO] [stdout]      | |               ------------------------------------------------------------
[INFO] [stdout]      | |               |                                                      |
[INFO] [stdout]      | |               |                                                      this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |               |                                                      `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |               `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |               `#23` will be dropped later as of Edition 2024
[INFO] [stdout]  280 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved trades from trades.jsonl"),
[INFO] [stdout]  281 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                 `#25` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  285 | |         match resolver.resolve_unresolved_shadow_trades(&logger).await {
[INFO] [stdout]      | |               --------------------------------------------------------
[INFO] [stdout]      | |               |                                                  |
[INFO] [stdout]      | |               |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |               |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |               `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |               `#27` will be dropped later as of Edition 2024
[INFO] [stdout]  286 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved shadow trades from shadow_trades.jsonl"),
[INFO] [stdout]  287 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_shadow_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                 `#29` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  305 | |                 if let Err(e) = shadow_calibrator.persist_state() {
[INFO] [stdout]      | |                            -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      | |                            |    |
[INFO] [stdout]      | |                            |    this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                            |    up until Edition 2021 `#31` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                            `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  308 | |             }
[INFO] [stdout]      | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cycle_result` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:192:19
[INFO] [stdout]      |
[INFO] [stdout]  140 |           if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                      -    --------------------------------------------------------------------
[INFO] [stdout]      |                      |    |
[INFO] [stdout]      |                      |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                      |    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      `e` calls a custom destructor
[INFO] [stdout]      |                      `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  158 |           let cycle_result = run_cycle(
[INFO] [stdout]      |               ------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               `cycle_result` calls a custom destructor
[INFO] [stdout]      |               `cycle_result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  170 |           .await;
[INFO] [stdout]      |            -----
[INFO] [stdout]      |            |
[INFO] [stdout]      |            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  192 |               match inactivity_diagnostics::generate_report(
[INFO] [stdout]      |  ___________________^
[INFO] [stdout]  193 | |                 &data_run_dir,
[INFO] [stdout]  194 | |                 risk.available_balance(),
[INFO] [stdout]  195 | |                 &base_strategies,
[INFO] [stdout]  196 | |                 &cfg.strategy_version,
[INFO] [stdout]  197 | |             ) {
[INFO] [stdout]      | |             ^
[INFO] [stdout]      | |             |
[INFO] [stdout]      | |_____________this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      |               up until Edition 2021 `#31` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  203 |                   Err(e) => tracing::error!(error = %e, "failed to generate diagnostic report"),
[INFO] [stdout]      |                       -
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  204 |               }
[INFO] [stdout]  205 |           }
[INFO] [stdout]      |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  218 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____-
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                        `#5` will be dropped later as of Edition 2024
[INFO] [stdout]  219 | |                 .poll_and_reconcile(
[INFO] [stdout]  220 | |                     &executor,
[INFO] [stdout]  221 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  226 | |                 .await
[INFO] [stdout]      | |                  -----
[INFO] [stdout]      | |__________________|___|
[INFO] [stdout]      | |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                    |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 | |             tokio::time::sleep(std::time::Duration::from_secs(cfg.poll_min_order_age_secs)).await;
[INFO] [stdout]      | |             -------------------------------------------------------------------------------------
[INFO] [stdout]      | |             |
[INFO] [stdout]      | |             this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |             `#6` will be dropped later as of Edition 2024
[INFO] [stdout]  236 | |             if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      | |                        -    --------------------------------------------------------------------
[INFO] [stdout]      | |                        |    |
[INFO] [stdout]      | |                        |    this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                        |    `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                        `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  239 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____-
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                        `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  240 | |                 .poll_and_reconcile(
[INFO] [stdout]  241 | |                     &executor,
[INFO] [stdout]  242 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  247 | |                 .await
[INFO] [stdout]      | |                  -----
[INFO] [stdout]      | |__________________|___|
[INFO] [stdout]      | |__________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                    `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  253 | |         tokio::time::sleep(std::time::Duration::from_secs(cfg.cycle_secs)).await;
[INFO] [stdout]      | |         ------------------------------------------------------------------------
[INFO] [stdout]      | |         |
[INFO] [stdout]      | |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]  254 | |
[INFO] [stdout]  255 | |         if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      | |                    -    --------------------------------------------------------------------
[INFO] [stdout]      | |                    |    |
[INFO] [stdout]      | |                    |    this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                    |    `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                    `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  259 |           if let Err(e) = order_tracker
[INFO] [stdout]      |  ____________________-____-
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      | |                    |
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                    `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  260 | |             .poll_and_reconcile(
[INFO] [stdout]  261 | |                 &executor,
[INFO] [stdout]  262 | |                 &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  267 | |             .await
[INFO] [stdout]      | |              -----
[INFO] [stdout]      | |______________|___|
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |______________|___`#15` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                |   `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  273 | /         resolver
[INFO] [stdout]  274 | |             .check_and_resolve(&open, &mut risk, &logger)
[INFO] [stdout]  275 | |             .await?;
[INFO] [stdout]      | |              ------
[INFO] [stdout]      | |______________|___||
[INFO] [stdout]      | |______________|___|this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |______________|___|`#19` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                |   `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                `#21` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  279 | |         match resolver.resolve_unresolved_trades(&mut risk, &logger).await {
[INFO] [stdout]      | |               ------------------------------------------------------------
[INFO] [stdout]      | |               |                                                      |
[INFO] [stdout]      | |               |                                                      this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |               |                                                      `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |               `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |               `#23` will be dropped later as of Edition 2024
[INFO] [stdout]  280 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved trades from trades.jsonl"),
[INFO] [stdout]  281 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                 `#25` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  285 | |         match resolver.resolve_unresolved_shadow_trades(&logger).await {
[INFO] [stdout]      | |               --------------------------------------------------------
[INFO] [stdout]      | |               |                                                  |
[INFO] [stdout]      | |               |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |               |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |               `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |               `#27` will be dropped later as of Edition 2024
[INFO] [stdout]  286 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved shadow trades from shadow_trades.jsonl"),
[INFO] [stdout]  287 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_shadow_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                 `#29` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  305 | |                 if let Err(e) = shadow_calibrator.persist_state() {
[INFO] [stdout]      | |                            -
[INFO] [stdout]      | |                            |
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                            `#30` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cycle_result` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:218:29
[INFO] [stdout]      |
[INFO] [stdout]  140 |           if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                      -    --------------------------------------------------------------------
[INFO] [stdout]      |                      |    |
[INFO] [stdout]      |                      |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                      |    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      `e` calls a custom destructor
[INFO] [stdout]      |                      `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  158 |           let cycle_result = run_cycle(
[INFO] [stdout]      |               ------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               `cycle_result` calls a custom destructor
[INFO] [stdout]      |               `cycle_result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  170 |           .await;
[INFO] [stdout]      |            -----
[INFO] [stdout]      |            |
[INFO] [stdout]      |            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  203 |                   Err(e) => tracing::error!(error = %e, "failed to generate diagnostic report"),
[INFO] [stdout]      |                       -
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  218 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____^
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                        `#5` will be dropped later as of Edition 2024
[INFO] [stdout]  219 | |                 .poll_and_reconcile(
[INFO] [stdout]  220 | |                     &executor,
[INFO] [stdout]  221 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  226 | |                 .await
[INFO] [stdout]      | |                  ----^
[INFO] [stdout]      | |                  |   |
[INFO] [stdout]      | |                  |   this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                  |   up until Edition 2021 `#31` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                    |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                    up until Edition 2021 `#32` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  230 |           }
[INFO] [stdout]      |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  235 |               tokio::time::sleep(std::time::Duration::from_secs(cfg.poll_min_order_age_secs)).await;
[INFO] [stdout]      |               -------------------------------------------------------------------------------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |               `#6` will be dropped later as of Edition 2024
[INFO] [stdout]  236 |               if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                          -    --------------------------------------------------------------------
[INFO] [stdout]      |                          |    |
[INFO] [stdout]      |                          |    this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                          |    `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                          this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                          `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  239 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____-
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                        `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  240 | |                 .poll_and_reconcile(
[INFO] [stdout]  241 | |                     &executor,
[INFO] [stdout]  242 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  247 | |                 .await
[INFO] [stdout]      | |                  -----
[INFO] [stdout]      | |__________________|___|
[INFO] [stdout]      | |__________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                    `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  253 | |         tokio::time::sleep(std::time::Duration::from_secs(cfg.cycle_secs)).await;
[INFO] [stdout]      | |         ------------------------------------------------------------------------
[INFO] [stdout]      | |         |
[INFO] [stdout]      | |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]  254 | |
[INFO] [stdout]  255 | |         if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      | |                    -    --------------------------------------------------------------------
[INFO] [stdout]      | |                    |    |
[INFO] [stdout]      | |                    |    this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                    |    `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                    `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  259 |           if let Err(e) = order_tracker
[INFO] [stdout]      |  ____________________-____-
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      | |                    |
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                    `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  260 | |             .poll_and_reconcile(
[INFO] [stdout]  261 | |                 &executor,
[INFO] [stdout]  262 | |                 &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  267 | |             .await
[INFO] [stdout]      | |              -----
[INFO] [stdout]      | |______________|___|
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |______________|___`#15` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                |   `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  273 | /         resolver
[INFO] [stdout]  274 | |             .check_and_resolve(&open, &mut risk, &logger)
[INFO] [stdout]  275 | |             .await?;
[INFO] [stdout]      | |              ------
[INFO] [stdout]      | |______________|___||
[INFO] [stdout]      | |______________|___|this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |______________|___|`#19` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                |   `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                `#21` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  279 | |         match resolver.resolve_unresolved_trades(&mut risk, &logger).await {
[INFO] [stdout]      | |               ------------------------------------------------------------
[INFO] [stdout]      | |               |                                                      |
[INFO] [stdout]      | |               |                                                      this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |               |                                                      `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |               `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |               `#23` will be dropped later as of Edition 2024
[INFO] [stdout]  280 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved trades from trades.jsonl"),
[INFO] [stdout]  281 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                 `#25` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  285 | |         match resolver.resolve_unresolved_shadow_trades(&logger).await {
[INFO] [stdout]      | |               --------------------------------------------------------
[INFO] [stdout]      | |               |                                                  |
[INFO] [stdout]      | |               |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |               |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |               `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |               `#27` will be dropped later as of Edition 2024
[INFO] [stdout]  286 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved shadow trades from shadow_trades.jsonl"),
[INFO] [stdout]  287 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_shadow_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                 `#29` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  305 | |                 if let Err(e) = shadow_calibrator.persist_state() {
[INFO] [stdout]      | |                            -
[INFO] [stdout]      | |                            |
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                            `#30` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cycle_result` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:239:29
[INFO] [stdout]      |
[INFO] [stdout]  140 |           if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                      -    --------------------------------------------------------------------
[INFO] [stdout]      |                      |    |
[INFO] [stdout]      |                      |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                      |    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      `e` calls a custom destructor
[INFO] [stdout]      |                      `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  158 |           let cycle_result = run_cycle(
[INFO] [stdout]      |               ------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               `cycle_result` calls a custom destructor
[INFO] [stdout]      |               `cycle_result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  170 |           .await;
[INFO] [stdout]      |            -----
[INFO] [stdout]      |            |
[INFO] [stdout]      |            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  203 |                   Err(e) => tracing::error!(error = %e, "failed to generate diagnostic report"),
[INFO] [stdout]      |                       -
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  218 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____-
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                        `#5` will be dropped later as of Edition 2024
[INFO] [stdout]  219 | |                 .poll_and_reconcile(
[INFO] [stdout]  220 | |                     &executor,
[INFO] [stdout]  221 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  226 | |                 .await
[INFO] [stdout]      | |                  -----
[INFO] [stdout]      | |                  |   |
[INFO] [stdout]      | |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                    |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |               tokio::time::sleep(std::time::Duration::from_secs(cfg.poll_min_order_age_secs)).await;
[INFO] [stdout]      |               -------------------------------------------------------------------------------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |               `#6` will be dropped later as of Edition 2024
[INFO] [stdout]  236 |               if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                          -    --------------------------------------------------------------------
[INFO] [stdout]      |                          |    |
[INFO] [stdout]      |                          |    this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                          |    `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                          this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                          `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  239 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____^
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                        `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  240 | |                 .poll_and_reconcile(
[INFO] [stdout]  241 | |                     &executor,
[INFO] [stdout]  242 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  247 | |                 .await
[INFO] [stdout]      | |                  ----^
[INFO] [stdout]      | |__________________|___|
[INFO] [stdout]      | |__________________|___this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |__________________|___up until Edition 2021 `#31` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |__________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                    up until Edition 2021 `#32` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                    `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 | |         }
[INFO] [stdout]      | |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  252 | |
[INFO] [stdout]  253 | |         tokio::time::sleep(std::time::Duration::from_secs(cfg.cycle_secs)).await;
[INFO] [stdout]      | |         ------------------------------------------------------------------------
[INFO] [stdout]      | |         |
[INFO] [stdout]      | |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]  254 | |
[INFO] [stdout]  255 | |         if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      | |                    -    --------------------------------------------------------------------
[INFO] [stdout]      | |                    |    |
[INFO] [stdout]      | |                    |    this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                    |    `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                    `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  259 |           if let Err(e) = order_tracker
[INFO] [stdout]      |  ____________________-____-
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      | |                    |
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                    `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  260 | |             .poll_and_reconcile(
[INFO] [stdout]  261 | |                 &executor,
[INFO] [stdout]  262 | |                 &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  267 | |             .await
[INFO] [stdout]      | |              -----
[INFO] [stdout]      | |______________|___|
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |______________|___`#15` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                |   `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  273 | /         resolver
[INFO] [stdout]  274 | |             .check_and_resolve(&open, &mut risk, &logger)
[INFO] [stdout]  275 | |             .await?;
[INFO] [stdout]      | |              ------
[INFO] [stdout]      | |______________|___||
[INFO] [stdout]      | |______________|___|this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |______________|___|`#19` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                |   `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                `#21` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  279 | |         match resolver.resolve_unresolved_trades(&mut risk, &logger).await {
[INFO] [stdout]      | |               ------------------------------------------------------------
[INFO] [stdout]      | |               |                                                      |
[INFO] [stdout]      | |               |                                                      this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |               |                                                      `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |               `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |               `#23` will be dropped later as of Edition 2024
[INFO] [stdout]  280 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved trades from trades.jsonl"),
[INFO] [stdout]  281 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                 `#25` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  285 | |         match resolver.resolve_unresolved_shadow_trades(&logger).await {
[INFO] [stdout]      | |               --------------------------------------------------------
[INFO] [stdout]      | |               |                                                  |
[INFO] [stdout]      | |               |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |               |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |               `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |               `#27` will be dropped later as of Edition 2024
[INFO] [stdout]  286 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved shadow trades from shadow_trades.jsonl"),
[INFO] [stdout]  287 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_shadow_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                 `#29` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  305 | |                 if let Err(e) = shadow_calibrator.persist_state() {
[INFO] [stdout]      | |                            -
[INFO] [stdout]      | |                            |
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                            `#30` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cycle_result` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/main.rs:305:33
[INFO] [stdout]      |
[INFO] [stdout]  140 |           if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                      -    --------------------------------------------------------------------
[INFO] [stdout]      |                      |    |
[INFO] [stdout]      |                      |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                      |    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      `e` calls a custom destructor
[INFO] [stdout]      |                      `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  158 |           let cycle_result = run_cycle(
[INFO] [stdout]      |               ------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               `cycle_result` calls a custom destructor
[INFO] [stdout]      |               `cycle_result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  170 |           .await;
[INFO] [stdout]      |            -----
[INFO] [stdout]      |            |
[INFO] [stdout]      |            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  203 |                   Err(e) => tracing::error!(error = %e, "failed to generate diagnostic report"),
[INFO] [stdout]      |                       -
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  218 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____-
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                        `#5` will be dropped later as of Edition 2024
[INFO] [stdout]  219 | |                 .poll_and_reconcile(
[INFO] [stdout]  220 | |                     &executor,
[INFO] [stdout]  221 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  226 | |                 .await
[INFO] [stdout]      | |                  -----
[INFO] [stdout]      | |                  |   |
[INFO] [stdout]      | |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                    |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |               tokio::time::sleep(std::time::Duration::from_secs(cfg.poll_min_order_age_secs)).await;
[INFO] [stdout]      |               -------------------------------------------------------------------------------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |               `#6` will be dropped later as of Edition 2024
[INFO] [stdout]  236 |               if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      |                          -    --------------------------------------------------------------------
[INFO] [stdout]      |                          |    |
[INFO] [stdout]      |                          |    this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                          |    `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                          this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                          `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  239 |               if let Err(e) = order_tracker
[INFO] [stdout]      |  ________________________-____-
[INFO] [stdout]      |  ________________________|____|
[INFO] [stdout]      | |                        |
[INFO] [stdout]      | |                        this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                        `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  240 | |                 .poll_and_reconcile(
[INFO] [stdout]  241 | |                     &executor,
[INFO] [stdout]  242 | |                     &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  247 | |                 .await
[INFO] [stdout]      | |                  -----
[INFO] [stdout]      | |__________________|___|
[INFO] [stdout]      | |__________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                    `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  253 | |         tokio::time::sleep(std::time::Duration::from_secs(cfg.cycle_secs)).await;
[INFO] [stdout]      | |         ------------------------------------------------------------------------
[INFO] [stdout]      | |         |
[INFO] [stdout]      | |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]  254 | |
[INFO] [stdout]  255 | |         if let Err(e) = order_tracker.process_fill_channel(&mut fill_rx, &mut risk, &logger) {
[INFO] [stdout]      | |                    -    --------------------------------------------------------------------
[INFO] [stdout]      | |                    |    |
[INFO] [stdout]      | |                    |    this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                    |    `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                    `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  259 |           if let Err(e) = order_tracker
[INFO] [stdout]      |  ____________________-____-
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      |  ____________________|____|
[INFO] [stdout]      | |                    |
[INFO] [stdout]      | |                    this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                    `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  260 | |             .poll_and_reconcile(
[INFO] [stdout]  261 | |                 &executor,
[INFO] [stdout]  262 | |                 &mut risk,
[INFO] [stdout] ...    |
[INFO] [stdout]  267 | |             .await
[INFO] [stdout]      | |              -----
[INFO] [stdout]      | |______________|___|
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |______________|___`#15` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                |   `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  273 | /         resolver
[INFO] [stdout]  274 | |             .check_and_resolve(&open, &mut risk, &logger)
[INFO] [stdout]  275 | |             .await?;
[INFO] [stdout]      | |              ------
[INFO] [stdout]      | |______________|___||
[INFO] [stdout]      | |______________|___|this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |______________|___|`#19` will be dropped later as of Edition 2024
[INFO] [stdout]      | |______________|___this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                |   `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |                this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                `#21` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  279 | |         match resolver.resolve_unresolved_trades(&mut risk, &logger).await {
[INFO] [stdout]      | |               ------------------------------------------------------------
[INFO] [stdout]      | |               |                                                      |
[INFO] [stdout]      | |               |                                                      this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |               |                                                      `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |               `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |               `#23` will be dropped later as of Edition 2024
[INFO] [stdout]  280 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved trades from trades.jsonl"),
[INFO] [stdout]  281 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                 `#25` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  285 | |         match resolver.resolve_unresolved_shadow_trades(&logger).await {
[INFO] [stdout]      | |               --------------------------------------------------------
[INFO] [stdout]      | |               |                                                  |
[INFO] [stdout]      | |               |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |               |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |               `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      | |               this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |               `#27` will be dropped later as of Edition 2024
[INFO] [stdout]  286 | |             Ok(n) if n > 0 => info!(resolved = n, "resolved shadow trades from shadow_trades.jsonl"),
[INFO] [stdout]  287 | |             Err(e) => tracing::error!(error = %e, "resolve_unresolved_shadow_trades"),
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                 `#29` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  305 | |                 if let Err(e) = shadow_calibrator.persist_state() {
[INFO] [stdout]      | |                            -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      | |                            |    |
[INFO] [stdout]      | |                            |    this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                            |    up until Edition 2021 `#31` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                            `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  308 | |             }
[INFO] [stdout]      | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cycle_result` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: polymarket-llm-bot v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking polymarket-llm-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 17s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "6452e8c9ef88f2ffa4f7cc6e9910362b5bb470628cafcd5ad76c573fb3026fd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6452e8c9ef88f2ffa4f7cc6e9910362b5bb470628cafcd5ad76c573fb3026fd0", kill_on_drop: false }`
[INFO] [stdout] 6452e8c9ef88f2ffa4f7cc6e9910362b5bb470628cafcd5ad76c573fb3026fd0
